Refactor tramp-*-make-process functions
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 10 Jun 2024 12:37:48 +0000 (14:37 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 10 Jun 2024 12:37:48 +0000 (14:37 +0200)
commit9b12854743ad4c9fdd44bd9ce2f9b309e0c674cf
tree67728096a1032a30871b4283126688e1560a12f2
parent087b842eedbaff3990cb6f80786934f4c5220d63
Refactor tramp-*-make-process functions

* lisp/net/tramp.el (tramp-handle-make-process):
* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
* lisp/net/tramp-androidsu.el (tramp-androidsu-handle-make-process):
* lisp/net/tramp-sh.el (tramp-sh-handle-make-process):
Use `tramp-skeleton-make-process'.

* lisp/net/tramp-container.el (tramp-actions-before-shell):
Don't declare.

* lisp/net/tramp-sh.el (tramp-actions-before-shell):
Add ;;;###tramp-autoload cookie.

* lisp/net/tramp.el (tramp-file-local-name): Adapt docstring.
(tramp-skeleton-make-process): New defmacro.
lisp/net/tramp-adb.el
lisp/net/tramp-androidsu.el
lisp/net/tramp-container.el
lisp/net/tramp-sh.el
lisp/net/tramp.el